X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fcm-bf533.h;h=e2b954c0633b5fb9f86fbeeec2df8f03659f7ca9;hb=304e49e6cbec7ce8577a528e5be36930d098243b;hp=d07d71f1b926f2d2a691e99d2ccf918a25654509;hpb=e82d8a1f028bedb12c4ab88a35a935010d92898c;p=oweals%2Fu-boot.git diff --git a/include/configs/cm-bf533.h b/include/configs/cm-bf533.h index d07d71f1b9..e2b954c063 100644 --- a/include/configs/cm-bf533.h +++ b/include/configs/cm-bf533.h @@ -5,7 +5,7 @@ #ifndef __CONFIG_CM_BF533_H__ #define __CONFIG_CM_BF533_H__ -#include +#include /* @@ -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,7 +63,7 @@ * 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 */ @@ -92,6 +95,8 @@ */ #define CONFIG_BAUDRATE 115200 #define CONFIG_UART_CONSOLE 0 +#define CONFIG_BOOTCOMMAND "run flashboot" +#define FLASHBOOT_ENV_SETTINGS "flashboot=bootm 0x20040000\0" /* @@ -99,6 +104,4 @@ */ #include -#include - #endif