X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fsandbox.h;h=a58a34e58c9018062920ae42c971ef60c35f050f;hb=877012df309329a9264e6e9558d4f71bfa0cddbe;hp=10565e69c38e41040f6ccea4dcf8deb1d00e43cd;hpb=ed0fc4b172de0aae51055ae8e17c6593314c6ca2;p=u-boot diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 10565e69c3..a58a34e58c 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -28,6 +28,16 @@ /* Number of bits in a C 'long' on this architecture */ #define CONFIG_SANDBOX_BITS_PER_LONG 64 +#define CONFIG_OF_CONTROL +#define CONFIG_OF_LIBFDT +#define CONFIG_LMB + +#define CONFIG_SYS_VSNPRINTF + +#define CONFIG_CMD_GPIO +#define CONFIG_SANDBOX_GPIO +#define CONFIG_SANDBOX_GPIO_COUNT 20 + /* * Size of malloc() pool, although we don't actually use this yet. */