X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fcm-bf533.h;h=a4647858dd2a4fc1c8de1f40297279cde62c6a92;hb=596e5782e7bdec7ed275b1204122364a3ab4fbf7;hp=ea548e99927c4a53eb9b3b517054c1823d5f4c56;hpb=f348ab85f741dc98b2d202c04b5f430eace94925;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/cm-bf533.h b/include/configs/cm-bf533.h index ea548e9..a464785 100644 --- a/include/configs/cm-bf533.h +++ b/include/configs/cm-bf533.h @@ -38,6 +38,9 @@ /* Values can range from 1-15 */ #define CONFIG_SCLK_DIV 5 +/* Decrease core voltage */ +#define CONFIG_VR_CTL_VAL (VLEV_115 | GAIN_20 | FREQ_1000) + /* * Memory Settings @@ -60,11 +63,9 @@ * Network Settings */ #define ADI_CMDS_NETWORK 1 -#define CONFIG_DRIVER_SMC91111 1 +#define CONFIG_SMC91111 1 #define CONFIG_SMC91111_BASE 0x20200300 #define CONFIG_HOSTNAME cm-bf533 -/* Uncomment next line to use fixed MAC address */ -/* #define CONFIG_ETHADDR 02:80:ad:20:31:e8 */ /* @@ -92,7 +93,8 @@ */ #define CONFIG_BAUDRATE 115200 #define CONFIG_UART_CONSOLE 0 - +#define CONFIG_BOOTCOMMAND "run flashboot" +#define FLASHBOOT_ENV_SETTINGS "flashboot=bootm 0x20040000\0" /* * Pull in common ADI header for remaining command/environment setup