]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/davinci/da8xxevm/da850evm.c
Changes to move hawkboard to the new spl infrastructure
[karo-tx-uboot.git] / board / davinci / da8xxevm / da850evm.c
index 9bd3e7146c435e884ed7ce4ed4f26cd50cb3506f..34ef53df2bca699c375852d0504bbd5750ad0322 100644 (file)
@@ -137,7 +137,7 @@ const struct pinmux_resource pinmuxes[] = {
 
 const int pinmuxes_size = ARRAY_SIZE(pinmuxes);
 
-static const struct lpsc_resource lpsc[] = {
+const struct lpsc_resource lpsc[] = {
        { DAVINCI_LPSC_AEMIF }, /* NAND, NOR */
        { DAVINCI_LPSC_SPI1 },  /* Serial Flash */
        { DAVINCI_LPSC_EMAC },  /* image download */
@@ -145,6 +145,8 @@ static const struct lpsc_resource lpsc[] = {
        { DAVINCI_LPSC_GPIO },
 };
 
+const int lpsc_size = ARRAY_SIZE(lpsc);
+
 #ifndef CONFIG_DA850_EVM_MAX_CPU_CLK
 #define CONFIG_DA850_EVM_MAX_CPU_CLK   300000000
 #endif