X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fmtd%2Fmaps%2Fuclinux.c;h=c3bb304eca076ffab133b7cd1e6a363a0763dfaa;hb=a838ef7c0e80ac160fe99992c3456437be603690;hp=cfff454f628ba73498f0876355e9c1266d67c7fa;hpb=56ccd186f1837dd418cd094f0e96b3196bbab9ef;p=~andy%2Flinux diff --git a/drivers/mtd/maps/uclinux.c b/drivers/mtd/maps/uclinux.c index cfff454f628..c3bb304eca0 100644 --- a/drivers/mtd/maps/uclinux.c +++ b/drivers/mtd/maps/uclinux.c @@ -19,14 +19,13 @@ #include #include #include +#include /****************************************************************************/ -extern char _ebss; - struct map_info uclinux_ram_map = { .name = "RAM", - .phys = (unsigned long)&_ebss, + .phys = (unsigned long)__bss_stop, .size = 0, };