From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 23 Feb 2017 09:20:09 -0700 Subject: [U-Boot] [PATCH v3 7/7] rockchip: rk3288: add defconfig for evb-rk3328 In-Reply-To: <1487835476-22596-8-git-send-email-kever.yang@rock-chips.com> References: <1487835476-22596-1-git-send-email-kever.yang@rock-chips.com> <1487835476-22596-8-git-send-email-kever.yang@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23 February 2017 at 00:37, Kever Yang wrote: > Enable board config for evb-rk3328. > SDcard and eMMC boot is OK in this initial version, > USB and EMAC function is not available now, will comes later. > > Signed-off-by: William Zhang > Signed-off-by: Kever Yang > Acked-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > configs/evb-rk3328_defconfig | 36 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 36 insertions(+) > create mode 100644 configs/evb-rk3328_defconfig Applied to u-boot-rockchip, thanks!