X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fpxm2.h;h=946b2c85e9dd4d04e68051b6b34875cb06f1b398;hb=32df39c741788e8637cffe6633d73594b26d70fb;hp=6276d43395ea0534f42f67d34af0d7475d435662;hpb=5495dae7aa9d5cd161e07174d38acac86515c58a;p=u-boot diff --git a/include/configs/pxm2.h b/include/configs/pxm2.h index 6276d43395..946b2c85e9 100644 --- a/include/configs/pxm2.h +++ b/include/configs/pxm2.h @@ -21,7 +21,7 @@ #include "siemens-am33x-common.h" #define CONFIG_SYS_MPUCLK 720 -#define DXR2_IOCTRL_VAL 0x18b +#define DDR_IOCTRL_VAL 0x18b #define DDR_PLL_FREQ 266 #define BOARD_DFU_BUTTON_GPIO 59 @@ -150,4 +150,8 @@ #define CONFIG_SYS_CONSOLE_FG_COL 0x00 #endif +#ifndef CONFIG_SPL_BUILD +#define CONFIG_FIT +#endif + #endif /* ! __CONFIG_PXM2_H */