X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fstemmy.h;h=e58ddd752cd377f811cd0c230a2af94204556c33;hb=4db386655a889b6466d2c3f40839ad21205c6d21;hp=71b25c23b13c77c4ca90b0750bfc510579ab389d;hpb=af7d151b8eaa56aaf61beb38248ce45b7ca017a8;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/stemmy.h b/include/configs/stemmy.h index 71b25c2..e58ddd7 100644 --- a/include/configs/stemmy.h +++ b/include/configs/stemmy.h @@ -15,8 +15,7 @@ */ /* FIXME: This should be loaded from device tree... */ -#define CONFIG_SYS_L2_PL310 -#define CONFIG_SYS_PL310_BASE 0xa0412000 +#define CFG_SYS_PL310_BASE 0xa0412000 /* Linux does not boot if FDT / initrd is loaded to end of RAM */ #define BOOT_ENV \ @@ -39,7 +38,7 @@ #define BOOTCMD_ENV \ "fastbootcmd=echo '*** FASTBOOT MODE ***'; fastboot usb 0\0" -#define CONFIG_EXTRA_ENV_SETTINGS \ +#define CFG_EXTRA_ENV_SETTINGS \ BOOT_ENV \ CONSOLE_ENV \ FASTBOOT_ENV \