diff options
Diffstat (limited to 'roms/u-boot/include/configs/geekbox.h')
-rw-r--r-- | roms/u-boot/include/configs/geekbox.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/include/configs/geekbox.h b/roms/u-boot/include/configs/geekbox.h new file mode 100644 index 000000000..4b12eb7af --- /dev/null +++ b/roms/u-boot/include/configs/geekbox.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (c) 2016 Andreas Färber + */ + +#ifndef __CONFIGS_GEEKBOX_H +#define __CONFIGS_GEEKBOX_H + +#include <configs/rk3368_common.h> + +#endif |