/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2026, Hiago De Franco * */ #ifndef __CONFIG_H #define __CONFIG_H #define CFG_SYS_SDRAM_BASE 0x80000000 #endif /* __CONFIG_H */