Skip to content

Commit

Permalink
fixup! poplar: Add initial support
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Chong committed Dec 13, 2017
1 parent ee78e6c commit 2645818
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 2 additions & 3 deletions core/arch/arm/plat-poplar/hi3798cv200.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
* Copyright (c) 2017, Linaro Limited
* SPDX-License-Identifier: BSD-2-Clause
*/

#ifndef __HI3798cv200_H__
Expand Down
3 changes: 0 additions & 3 deletions core/arch/arm/plat-poplar/main.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*
* Copyright (c) 2017, Linaro Limited
* All rights reserved.
*
* SPDX-License-Identifier: BSD-2-Clause
*/

Expand All @@ -10,7 +8,6 @@
#ifdef CFG_PL061
#include <drivers/pl061_gpio.h>
#endif
#include <hi3798cv200.h>
#include <kernel/generic_boot.h>
#include <kernel/panic.h>
#include <kernel/pm_stubs.h>
Expand Down
4 changes: 2 additions & 2 deletions core/arch/arm/plat-poplar/platform_config.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright (c) 2017, Linaro Limited
* All rights reserved.
*
* SPDX-License-Identifier: BSD-2-Clause
*/

#ifndef PLATFORM_CONFIG_H
#define PLATFORM_CONFIG_H

#include <hi3798cv200.h>

/* Make stacks aligned to data cache line length */
#define STACK_ALIGNMENT 64

Expand Down

0 comments on commit 2645818

Please sign in to comment.